APIs have been made available which allow clients to extend Domino Designer. The Domino Designer Extensibility API Javadoc documents all of the public APIs that are available to clients.
With the release of Domino Designer 8.5.3 a whole host of APIs have been made available which allow clients to further extend Domino Designer. The Domino Designer Extensibility API Javadoc documents all of the public APIs that are available to clients.
Summary: This tutorial demonstrates how to create a simple NotesDocument auto-save engine for a sample NotesDatabase, using the IBM® Lotus® Domino® Create, Read, Update, Delete (CRUD) API. Our intent is to have the user's non-submitted NotesDocument auto-save after an admin-defined interval. We ...